From 6e5191f6b683b75da1a3625a59f99c69f3b887cf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 23 Apr 2014 00:05:15 -0400 Subject: [PATCH] dialog: keep action area stretched out Adding an extra box in between had the side effect of making the action area no longer go all across the dialog. Setting hexpand compensates for this. --- gtk/resources/ui/gtkdialog.ui | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/resources/ui/gtkdialog.ui b/gtk/resources/ui/gtkdialog.ui index 3a2cd791c6..7ea88376be 100644 --- a/gtk/resources/ui/gtkdialog.ui +++ b/gtk/resources/ui/gtkdialog.ui @@ -34,6 +34,7 @@ True False end + True -- 2.30.2